services.github-runners.<name>.serviceOverrides
Modify the systemd service. Can be used to, e.g., adjust the sandboxing options. See systemd.exec(5) for more options.
- Type
attribute set- Default
{ }- Example
{ ProtectHome = false; RestrictAddressFamilies = [ "AF_PACKET" ]; }- Declared
- <nixpkgs/nixos/modules/services/continuous-integration/github-runner/options.nix>